net/http.http2stream.readDeadline (field)
10 uses
	net/http (current package)
		h2_bundle.go#L4525: 	readDeadline     http2timer // nil if unused
		h2_bundle.go#L5505: 	if st.readDeadline != nil {
		h2_bundle.go#L5506: 		st.readDeadline.Stop()
		h2_bundle.go#L5902: 		st.readDeadline = sc.srv.afterFunc(sc.hs.ReadTimeout, st.onReadTimeout)
		h2_bundle.go#L6650: 		if st.readDeadline != nil {
		h2_bundle.go#L6651: 			if !st.readDeadline.Stop() {
		h2_bundle.go#L6657: 			st.readDeadline = nil
		h2_bundle.go#L6658: 		} else if st.readDeadline == nil {
		h2_bundle.go#L6659: 			st.readDeadline = sc.srv.afterFunc(deadline.Sub(sc.srv.now()), st.onReadTimeout)
		h2_bundle.go#L6661: 			st.readDeadline.Reset(deadline.Sub(sc.srv.now()))
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |